luci-mod-network: remove firewall loading in dhcp.js
authorDavid Härdeman <[email protected]>
Tue, 21 Oct 2025 19:58:26 +0000 (21:58 +0200)
committerPaul Donald <[email protected]>
Fri, 24 Oct 2025 13:57:43 +0000 (15:57 +0200)
This is just a leftover from the dns/dhcp split. It isn't used in
dhcp.js.

Signed-off-by: David Härdeman <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 3ed68427c5bc6d452ba891aa785122edc9e2c365..e887b483c5478a33a5916e2ef13e0349d106a8ec 100644 (file)
@@ -227,8 +227,7 @@ return view.extend({
                        callDUIDHints(),
                        getDHCPPools(),
                        network.getNetworks(),
-                       L.hasSystemFeature('ufpd') ? callUfpList() : null,
-                       uci.load('firewall')
+                       L.hasSystemFeature('ufpd') ? callUfpList() : null
                ]);
        },